_WConst_return

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
extern (System) const
static if(__traits(compiles, typeof(_CONST_RETURN)))
static if(!__traits(isStaticFunction, _CONST_RETURN))
static if(__traits(isPOD, typeof(_CONST_RETURN)))
auto _WConst_return = _CONST_RETURN;

Meta